Update ServerConfiguration to use ConfigKey and ConfigKeyGroup#1893
Open
sijie wants to merge 7 commits intoapache:masterfrom
Open
Update ServerConfiguration to use ConfigKey and ConfigKeyGroup#1893sijie wants to merge 7 commits intoapache:masterfrom
sijie wants to merge 7 commits intoapache:masterfrom
Conversation
*Motivation* This PR is part of BP-37 - using the new configuration framework to re-organize server configuration *Changes* Update server configuration to use ConfigKey and ConfigKeyGroup Master Issue: apache#1867
eolivelli
approved these changes
Dec 29, 2018
| protected static final String METADATA_SERVICE_URI = "metadataServiceUri"; | ||
| protected static final ConfigKey METADATA_SERVICE_URI_KEY = ConfigKey.builder(METADATA_SERVICE_URI) | ||
| .type(Type.STRING) | ||
| .description("metadata service uri that bookkeeper is used for loading corresponding metadata driver" |
Contributor
There was a problem hiding this comment.
Typo 'is used' -> 'uses'
jiazhai
approved these changes
Dec 31, 2018
Member
Author
|
run integration tests |
Contributor
|
retest this please |
Contributor
|
@sijie it is worth to rebase this patch and ship it for 4.10, do you have cycles ? |
Member
|
would like to put it into 4.11 |
Contributor
|
run integration tests |
Contributor
|
@sijie can you please rebase ? if you want this to be part of 4.11 release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descriptions of the changes in this PR:
Motivation
This PR is part of BP-37 - using the new configuration framework to re-organize server configuration
Changes
Update server configuration to use ConfigKey and ConfigKeyGroup
Master Issue: #1867